From 8259ef78d3bf79d24a2a0280fbc0cddd03754ddb Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 6 Jul 2009 11:55:01 +0100 Subject: [PATCH] x86: PERCPU_SHIFT can be reduced to 12 now compat_arg_xlat_area is not directly a per-cpu object. Signed-off-by: Keir Fraser --- xen/include/asm-x86/percpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/asm-x86/percpu.h b/xen/include/asm-x86/percpu.h index aca6d2b490..d76206587f 100644 --- a/xen/include/asm-x86/percpu.h +++ b/xen/include/asm-x86/percpu.h @@ -1,7 +1,7 @@ #ifndef __X86_PERCPU_H__ #define __X86_PERCPU_H__ -#define PERCPU_SHIFT 13 +#define PERCPU_SHIFT 12 #define PERCPU_SIZE (1UL << PERCPU_SHIFT) /* Separate out the type, so (int[3], foo) works. */ -- 2.30.2